home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / Puppeteer1.1 / Source / RemoteView.h < prev    next >
Text File  |  1995-06-12  |  287b  |  21 lines

  1. /*
  2.  * Puppeteer 1.1
  3.  *
  4.  * Copyright (c) 1994 Primitive Software Ltd.  All rights reserved.
  5.  *
  6.  * Author: Dave Griffiths <dave@prim.demon.co.uk>
  7.  */
  8.  
  9. #import <appkit/appkit.h>
  10.  
  11. @interface RemoteView:View
  12. {
  13.     id    image;
  14.     id    puppetWindow;
  15. }
  16.  
  17. - setImage:theImage;
  18. - setWindow:theWindow;
  19.  
  20. @end
  21.